home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Text Box implementation. (HPP)
-
- #ifndef _DTJSBAR11_HPP
- #define _DTJSBAR11_HPP
-
- #include "dtjcomp11.hpp"
-
- class METAEXPORTCLASSDEF DTJScrollBar11 : public DTJComponent11
- {
- public:
- DTJScrollBar11( const MetaObject * pMetaObj );
- virtual ~DTJScrollBar11();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJScrollBar11 DTjava__dot__awt__dot__Scrollbar__dot__11;
- typedef WScrollBar java__dot__awt__dot__Scrollbar__dot__11;
-
- #endif // _DTJSBAR11_HPP
-